home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / zlaty kalich / zlatykalich / ZlatyKalich.exe / scripts / DefineButton2_617 / BUTTONCONDACTION on(release).as
Text File  |  2001-12-02  |  120b  |  7 lines

  1. on(release){
  2.    _root.imusic = 1;
  3.    _root.playmusic();
  4.    _parent.musicz0.gotoAndStop("e");
  5.    gotoAndStop(2);
  6. }
  7.